home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / soft / fm42ch.exe / {app} / Foxmail.exe / 0 / RCDATA / TDLG_MAPPING / TDLG_MAPPING.txt
Text File  |  2002-07-04  |  1KB  |  74 lines

  1. object Dlg_mapping: TDlg_mapping
  2.   Left = 261
  3.   Top = 248
  4.   BorderStyle = bsDialog
  5.   Caption = 'Chang mapping'
  6.   ClientHeight = 178
  7.   ClientWidth = 404
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -10
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object lblTips: TLabel
  17.     Left = 13
  18.     Top = 13
  19.     Width = 289
  20.     Height = 13
  21.     Caption = 'Select the address book field that correspond to the text field.'
  22.   end
  23.   object lblTextField: TLabel
  24.     Left = 20
  25.     Top = 39
  26.     Width = 53
  27.     Height = 13
  28.     Caption = 'lblTextField'
  29.   end
  30.   object cmbAddFields: TComboBox
  31.     Left = 20
  32.     Top = 65
  33.     Width = 358
  34.     Height = 21
  35.     Style = csDropDownList
  36.     ItemHeight = 13
  37.     TabOrder = 0
  38.   end
  39.   object BtnOk: TButton
  40.     Left = 203
  41.     Top = 137
  42.     Width = 81
  43.     Height = 25
  44.     Caption = 'OK'
  45.     Default = True
  46.     ModalResult = 1
  47.     TabOrder = 1
  48.   end
  49.   object BtnCancel: TButton
  50.     Left = 300
  51.     Top = 137
  52.     Width = 80
  53.     Height = 25
  54.     Cancel = True
  55.     Caption = 'Cancel'
  56.     ModalResult = 2
  57.     TabOrder = 2
  58.   end
  59.   object chkImport: TCheckBox
  60.     Left = 26
  61.     Top = 109
  62.     Width = 144
  63.     Height = 20
  64.     Caption = 'Import this Field'
  65.     State = cbChecked
  66.     TabOrder = 3
  67.   end
  68.   object Language: TLanguage
  69.     LangCenter = DM_Language.LangCenter
  70.     Left = 252
  71.     Top = 96
  72.   end
  73. end
  74.